home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
American History: Interactive Maps & User's Guide
/
American History: Interactive Maps & User's Guide.iso
/
pc
/
IMAP12
/
xImap12.dxr
/
00016_Narration looping script.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-01-25
|
480 b
|
21 lines
on exitFrame
global gintClosedCaptionStatus
if gintClosedCaptionStatus > 0 then
case marker(0) of
label("startNarr"):
hCCNarrationCompletionCheck(2, 0, marker(1))
label("Slider3"):
hCCNarrationCompletionCheck(2, 0, 0)
end case
else
case marker(0) of
label("startNarr"):
if the frame < label("EndCC") then
go(the frame + 1)
end if
label("Slider3"):
go(the frame)
end case
end if
end